char to ascii 在 Convert character to ASCII numeric value in java - Stack ... 的評價 Very simple. Just cast your char as an int . char character = 'a'; int ascii = (int) character;. In your case, you need to get the specific ... ... <看更多>